home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OneVision 3.03
/
OneVision3.03.iso
/
Apps
/
Convert PICT.app
/
English.lproj
/
Convert_PICT.nib
/
data.classes
next >
Wrap
Text File
|
1993-11-06
|
2KB
|
100 lines
PICTFile = {
SUPERCLASS = File;
};
PictConverter = {
SUPERCLASS = AbstractConverter;
};
ProgressIndicator = {
SUPERCLASS = View;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
TextConverter = {
SUPERCLASS = ResultObject;
};
File = {
SUPERCLASS = ResultObject;
};
TextFile = {
SUPERCLASS = File;
};
ConvertController = {
ACTIONS = {
appWillTerminate:;
PrepareForConversion:;
appDidInit:;
displayPreferences:;
UserDecided:;
};
OUTLETS = {
spellingCommand;
SourceFileName;
pasteCommand;
windowsCommands;
cutCommand;
servicesCommands;
ProgressWindow;
DestPath;
decisionText;
checkSpellingCommand;
SourceTitle;
editCommands;
infoCommands;
DestFileName;
SourcePathTitle;
StatusTitle;
prefPanel;
DestTitle;
quitCommand;
ProgressMeter;
hideCommand;
Status;
DestPathTitle;
SourcePath;
decisionWindow;
listener;
converterInst;
};
SUPERCLASS = ResultObject;
};
MacToNeXTText = {
SUPERCLASS = TextConverter;
};
AbstractConverter = {
ACTIONS = {
ReportTo:;
};
OUTLETS = {
myManager;
};
SUPERCLASS = ResultObject;
};
ResultObject = {
SUPERCLASS = Object;
};
PictController = {
ACTIONS = {
ChangePSCodeSet:;
ChangeCharConversion:;
ChangeCommentProcessing:;
ChangePacking:;
displayPreferences:;
ChangeCLUTuse:;
};
OUTLETS = {
PicCommentItem;
ColorTableButton;
CompressButton;
ConvertAllCharsButton;
ConvertCommand;
PSCodeSetButton;
};
SUPERCLASS = ConvertController;
};
PSFile = {
SUPERCLASS = TextFile;
};